home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / keymap.exe / KEYS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-28  |  46.4 KB  |  1,286 lines

  1. #define PAD_ALT_ONE_KEY                 0x1
  2. #define PAD_ALT_1_KEY                   0x1
  3. #define CTRL_A_KEY                      0x1
  4.  
  5. #define PAD_ALT_TWO_KEY                 0x2
  6. #define PAD_ALT_2_KEY                   0x2
  7. #define CTRL_B_KEY                      0x2
  8.  
  9. #define CTRL_BREAK_KEY                  0x3
  10. #define BREAK_KEY                       0x3
  11. #define PAD_ALT_THREE_KEY               0x3
  12. #define PAD_ALT_3_KEY                   0x3
  13. #define CTRL_C_KEY                      0x3
  14.  
  15. #define PAD_ALT_4_KEY                   0x4
  16. #define PAD_ALT_FOUR_KEY                0x4
  17. #define CTRL_D_KEY                      0x4
  18.  
  19. #define PAD_ALT_FIVE_KEY                0x5
  20. #define PAD_ALT_5_KEY                   0x5
  21. #define CTRL_E_KEY                      0x5
  22.  
  23. #define PAD_ALT_SIX_KEY                 0x6
  24. #define PAD_ALT_6_KEY                   0x6
  25. #define CTRL_F_KEY                      0x6
  26.  
  27. #define PAD_ALT_SEVEN_KEY               0x7
  28. #define PAD_ALT_7_KEY                   0x7
  29. #define CTRL_G_KEY                      0x7
  30.  
  31. #define BACK_SPACE_KEY                  0x8
  32. #define BKSP_KEY                        0x8
  33. #define BACK_KEY                        0x8
  34. #define BACKSPACE_KEY                   0x8
  35. #define DELETE_LEFT_KEY                 0x8
  36. #define ERASE_KEY                       0x8
  37. #define ERASE_LEFT_KEY                  0x8
  38. #define PAD_ALT_8_KEY                   0x8
  39. #define PAD_ALT_EIGHT_KEY               0x8
  40. #define CTRL_H_KEY                      0x8
  41.  
  42. #define PAD_ALT_NINE_KEY                0x9
  43. #define PAD_ALT_9_KEY                   0x9
  44. #define TAB_KEY                         0x9
  45. #define HORIZONTAL_TAB_KEY              0x9
  46. #define NEXT_TAB_KEY                    0x9
  47. #define CURSOR_TAB_KEY                  0x9
  48. #define HORZ_TAB_KEY                    0x9
  49. #define TAB_RIGHT_KEY                   0x9
  50. #define CTRL_I_KEY                      0x9
  51.  
  52. #define CTRL_ENTER_KEY                  0xA
  53. #define CTRL_CARRIAGE_RETURN_KEY        0xA
  54. #define CTRL_CARRIAGE_RET_KEY           0xA
  55. #define CTRL_CR_KEY                     0xA
  56. #define CTRL_RET_KEY                    0xA
  57. #define CTRL_RETURN_KEY                 0xA
  58. #define LF_KEY                          0xA
  59. #define LINE_FEED_KEY                   0xA
  60. #define LINEFEED_KEY                    0xA
  61. #define NEW_LINE_KEY                    0xA
  62. #define NEWLINE_KEY                     0xA
  63. #define CTRL_J_KEY                      0xA
  64.  
  65. #define CTRL_K_KEY                      0xB
  66.  
  67. #define CTRL_L_KEY                      0xC
  68.  
  69. #define ENTER_KEY                       0xD
  70. #define CARRIAGE_RETURN_KEY             0xD
  71. #define CARRIAGE_RET_KEY                0xD
  72. #define CR_KEY                          0xD
  73. #define RETURN_KEY                      0xD
  74. #define RET_KEY                         0xD
  75. #define CTRL_M_KEY                      0xD
  76.  
  77. #define CTRL_N_KEY                      0xE
  78.  
  79. #define CTRL_O_KEY                      0xF
  80.  
  81. #define CTRL_PRINT_SCREEN_KEY           0x10
  82. #define CTRL_PRT_SCR_KEY                0x10
  83. #define CTRL_PRINT_KEY                  0x10
  84. #define CTRL_P_KEY                      0x10
  85. #define CTRL_SYSREQ_KEY                 0x10
  86. #define CTRL_SYS_REQ_KEY                0x10
  87.  
  88. #define CTRL_Q_KEY                      0x11
  89.  
  90. #define CTRL_R_KEY                      0x12
  91.  
  92. #define CTRL_S_KEY                      0x13
  93.  
  94. #define CTRL_T_KEY                      0x14
  95.  
  96. #define CTRL_U_KEY                      0x15
  97.  
  98. #define CTRL_V_KEY                      0x16
  99.  
  100. #define CTRL_W_KEY                      0x17
  101.  
  102. #define CTRL_X_KEY                      0x18
  103.  
  104. #define CTRL_Y_KEY                      0x19
  105.  
  106. #define CTRL_Z_KEY                      0x1A
  107.  
  108. #define ESC_KEY                         0x1B
  109. #define ESCAPE_KEY                      0x1B
  110. #define CTRL_LEFT_BRACKET_KEY           0x1B
  111. #define CTRL_OPEN_BRACKET_KEY           0x1B
  112. #define CTRL_START_BRACKET_KEY          0x1B
  113. #define CTRL_BEGIN_BRACKET_KEY          0x1B
  114.  
  115. #define CTRL_BACK_SLASH_KEY             0x1C
  116. #define CTRL_BACKSLASH_KEY              0x1C
  117. #define CTRL_REVERSE_SLASH_KEY          0x1C
  118. #define CTRL_REV_SLASH_KEY              0x1C
  119.  
  120. #define CTRL_LEFT_BRACKET_KEY           0x1D
  121. #define CTRL_CLOSE_BRACKET_KEY          0x1D
  122. #define CTRL_END_BRACKET_KEY            0x1D
  123.  
  124. #define CTRL_SIX_KEY                    0x1E
  125. #define CTRL_6_KEY                      0x1E
  126.  
  127. #define CTRL_HYPHEN_KEY                 0x1F
  128. #define CTRL_MINUS_KEY                  0x1F
  129. #define CTRL_SUBTRACTION_KEY            0x1F
  130. #define CTRL_NEGATIVE_KEY               0x1F
  131.  
  132. #define SPACE_KEY                       0x20
  133. #define BLANK_SPACE_KEY                 0x20
  134. #define CURSOR_SPACE_KEY                0x20
  135. #define SPACEBAR_KEY                    0x20
  136. #define SPACE_BAR_KEY                   0x20
  137.  
  138. #define DOUBLE_QUOTE_KEY                0x22
  139. #define DOUBLE_QUOTATION_MARK_KEY       0x22
  140. #define DOUBLE_QUOTE_KEY                0x22
  141. #define SHIFT_SINGLE_QUOTE_KEY          0x22
  142. #define SHIFT_SINGLE_FORWARE_QUOTE_KEY  0x22
  143. #define SHIFT_TICK_SYMBOL_KEY           0x22
  144. #define SHIFT_TICK_KEY                  0x22
  145.  
  146. #define POUND_SIGN_KEY                  0x23
  147. #define POUND_KEY                       0x23
  148. #define SHARP_KEY                       0x23
  149. #define NUMBER_KEY                      0x23
  150. #define SHIFT_THREE_KEY                 0x23
  151. #define SHIFT_3_KEY                     0x23
  152.  
  153. #define DOLLAR_SIGN_KEY                 0x24
  154. #define DOLLAR_KEY                      0x24
  155. #define MONEY_KEY                       0x24
  156. #define CASH_KEY                        0x24
  157. #define SHIFT_FOUR_KEY                  0x24
  158. #define SHIFT_4_KEY                     0x24
  159.  
  160. #define PERCENT_SIGN_KEY                0x25
  161. #define PERCENT_KEY                     0x25
  162. #define MODULUS_KEY                     0x25
  163. #define MODULO_KEY                      0x25
  164. #define REMAINDER_KEY                   0x25
  165. #define SHIFT_FIVE_KEY                  0x25
  166. #define SHIFT_5_KEY                     0x25
  167.  
  168. #define AMPERSAND_KEY                   0x26
  169. #define AND_KEY                         0x26
  170. #define AND_SIGN_KEY                    0x26
  171. #define SHIFT_SEVEN_KEY                 0x26
  172. #define SHIFT_7_KEY                     0x26
  173.  
  174. #define SINGLE_QUOTE_KEY                0x27
  175. #define SINGLE_FORWARD_QUOTE_KEY        0x27
  176. #define TICK_SYMBOL_KEY                 0x27
  177. #define TICK_KEY                        0x27
  178.  
  179. #define OPEN_PAREN_KEY                  0x28
  180. #define START_PAREN_KEY                 0x28
  181. #define OPEN_PARENTHESES_KEY            0x28
  182. #define START_PARENTHESES_KEY           0x28
  183. #define SHIFT_NINE_KEY                  0x28
  184. #define SHIFT_9_KEY                     0x28
  185. #define BEGIN_PAREN_KEY                 0x28
  186. #define BEGIN_PARENTHESES_KEY           0x28
  187.  
  188. #define CLOSE_PAREN_KEY                 0x29
  189. #define END_PAREN_KEY                   0x29
  190. #define CLOSE_PARENTHESES_KEY           0x29
  191. #define END_PARENTHESES_KEY             0x29
  192. #define SHIFT_ZERO_KEY                  0x29
  193. #define SHIFT_0_KEY                     0x29
  194.  
  195. #define PAD_STAR_KEY                    0x2A
  196. #define PAD_SPLAT_KEY                   0x2A
  197. #define PAD_ASTERISKS_KEY               0x2A
  198. #define STAR_KEY                        0x2A
  199. #define SPLAT_KEY                       0x2A
  200. #define ASTERISKS_KEY                   0x2A
  201. #define SHIFT_EIGHT_KEY                 0x2A
  202. #define SHIFT_8_KEY                     0x2A
  203.  
  204. #define PLUS_KEY                        0x2B
  205. #define ADDITION_KEY                    0x2B
  206. #define ADD_KEY                         0x2B
  207. #define SUM_KEY                         0x2B
  208.  
  209. #define COMMA_KEY                       0x2C
  210. #define THOUSANDS_KEY                   0x2C
  211. #define MILLIONS_KEY                    0x2C
  212.  
  213. #define PAD_MINUS_KEY                   0x2D
  214. #define PAD_SUBTRACTION_KEY             0x2D
  215. #define PAD_HYPHEN_KEY                  0x2D
  216. #define HYPHEN_KEY                      0x2D
  217. #define MINUS_KEY                       0x2D
  218. #define SUBTRACTION_KEY                 0x2D
  219.  
  220. #define DOT_KEY                         0x2E
  221. #define PERIOD_KEY                      0x2E
  222. #define DECIMAL_POINT_KEY               0x2E
  223. #define DECIMAL_KEY                     0x2E
  224. #define DECIMAL_PT_KEY                  0x2E
  225.  
  226. #define PAD_SLASH_KEY                   0x2F
  227. #define PAD_DIVIDE_KEY                  0x2F
  228. #define PAD_FORWARD_SLASH_KEY           0x2F
  229. #define PAD_RATIO_KEY                   0x2F
  230. #define SLASH_KEY                       0x2F
  231. #define DIVIDE_KEY                      0x2F
  232. #define FORWARD_SLASH_KEY               0x2F
  233. #define RATIO_KEY                       0x2F
  234.  
  235. #define ZERO_KEY                        0x30
  236. #define DIGIT_ZERO_KEY                  0x30
  237. #define 0_KEY                           0x30
  238.  
  239. #define ONE_KEY                         0x31
  240. #define DIGIT_ONE_KEY                   0x31
  241. #define 1_KEY                           0x31
  242.  
  243. #define TWO_KEY                         0x32
  244. #define DIGIT_TWO_KEY                   0x32
  245. #define 2_KEY                           0x32
  246.  
  247. #define THREE_KEY                       0x33
  248. #define DIGIT_THREE_KEY                 0x33
  249. #define 3_KEY                           0x33
  250.  
  251. #define FOUR_KEY                        0x34
  252. #define DIGIT_FOUR_KEY                  0x34
  253. #define 4_KEY                           0x34
  254.  
  255. #define FIVE_KEY                        0x35
  256. #define DIGIT_FIVE_KEY                  0x35
  257. #define 5_KEY                           0x35
  258.  
  259. #define SIX_KEY                         0x36
  260. #define DIGIT_SIX_KEY                   0x36
  261. #define 6_KEY                           0x36
  262.  
  263. #define SEVEN_KEY                       0x37
  264. #define DIGIT_SEVEN_KEY                 0x37
  265. #define 7_KEY                           0x37
  266.  
  267. #define EIGHT_KEY                       0x38
  268. #define DIGIT_EIGHT_KEY                 0x38
  269. #define 8_KEY                           0x38
  270.  
  271. #define NINE_KEY                        0x39
  272. #define DIGIT_NINE_KEY                  0x39
  273. #define 9_KEY                           0x39
  274.  
  275. #define COLON_KEY                       0x3A
  276. #define TIME_SEPERATOR_KEY              0x3A
  277. #define SHIFT_SEMICOLON_KEY             0x3A
  278. #define SHIFT_SEMI_COLON_KEY            0x3A
  279. #define SHIFT_SEMI_KEY                  0x3A
  280.  
  281. #define SEMI_COLON_KEY                  0x3B
  282. #define SEMICOLON_KEY                   0x3B
  283. #define SEMI_KEY                        0x3B
  284.  
  285. #define LESS_THAN_KEY                   0x3C
  286. #define LESSTHAN_KEY                    0x3C
  287. #define SHIFT_COMMA_KEY                 0x3C
  288.  
  289. #define EQUAL_KEY                       0x3D
  290. #define EQUATE_KEY                      0x3D
  291.  
  292. #define GREATER_THAN_KEY                0x3E
  293. #define GREATER_THAN_SYMBOL_KEY         0x3E
  294. #define SHIFT_DOT_KEY                   0x3E
  295. #define SHIFT_PERIOD_KEY                0x3E
  296. #define SHIFT_DECIMAL_POINT_KEY         0x3E
  297.  
  298. #define QUESTION_KEY                    0x3F
  299. #define QUESTION_MARK_KEY               0x3F
  300. #define QUERY_KEY                       0x3F
  301. #define SHIFT_SLASH_KEY                 0x3F
  302. #define SHIFT_DIVIDE_KEY                0x3F
  303. #define SHIFT_FORWARD_SLASH_KEY         0x3F
  304. #define SHIFT_RATIO_KEY                 0x3F
  305.  
  306. #define AT_KEY                          0x40
  307. #define AT_SIGN_KEY                     0x40
  308. #define SHIFT_TWO_KEY                   0x40
  309. #define SHIFT_2_KEY                     0x40
  310.  
  311. #define CAPITAL_A_KEY                   0x41
  312. #define BIG_A_KEY                       0x41
  313. #define CAP_A_KEY                       0x41
  314. #define UPPER_CASE_A_KEY                0x41
  315. #define SHIFT_A_KEY                     0x41
  316.  
  317. #define CAPITAL_B_KEY                   0x42
  318. #define BIG_B_KEY                       0x42
  319. #define CAP_B_KEY                       0x42
  320. #define UPPER_CASE_B_KEY                0x42
  321. #define SHIFT_B_KEY                     0x42
  322.  
  323. #define CAPITAL_C_KEY                   0x43
  324. #define BIG_C_KEY                       0x43
  325. #define CAP_C_KEY                       0x43
  326. #define UPPER_CASE_C_KEY                0x43
  327. #define SHIFT_C_KEY                     0x43
  328.  
  329. #define CAP_D_KEY                       0x44
  330. #define BIG_D_KEY                       0x44
  331. #define CAPITAL_D_KEY                   0x44
  332. #define UPPER_CASE_D_KEY                0x44
  333. #define SHIFT_D_KEY                     0x44
  334.  
  335. #define CAPITAL_E_KEY                   0x45
  336. #define BIG_E_KEY                       0x45
  337. #define CAP_E_KEY                       0x45
  338. #define UPPER_CASE_E_KEY                0x45
  339. #define SHIFT_E_KEY                     0x45
  340.  
  341. #define CAPITAL_F_KEY                   0x46
  342. #define BIG_F_KEY                       0x46
  343. #define CAP_F_KEY                       0x46
  344. #define UPPER_CASE_F_KEY                0x46
  345. #define SHIFT_F_KEY                     0x46
  346.  
  347. #define CAPITAL_G_KEY                   0x47
  348. #define BIG_G_KEY                       0x47
  349. #define CAP_G_KEY                       0x47
  350. #define UPPER_CASE_G_KEY                0x47
  351. #define SHIFT_G_KEY                     0x47
  352.  
  353. #define CAPITAL_H_KEY                   0x48
  354. #define BIG_H_KEY                       0x48
  355. #define CAP_H_KEY                       0x48
  356. #define UPPER_CASE_H_KEY                0x48
  357. #define SHIFT_H_KEY                     0x48
  358.  
  359. #define CAPITAL_I_KEY                   0x49
  360. #define BIG_I_KEY                       0x49
  361. #define CAP_I_KEY                       0x49
  362. #define UPPER_CASE_I_KEY                0x49
  363. #define SHIFT_I_KEY                     0x49
  364.  
  365. #define CAPITAL_J_KEY                   0x4A
  366. #define BIG_J_KEY                       0x4A
  367. #define CAP_J_KEY                       0x4A
  368. #define UPPER_CASE_J_KEY                0x4A
  369. #define SHIFT_J_KEY                     0x4A
  370.  
  371. #define CAPITAL_K_KEY                   0x4B
  372. #define BIG_K_KEY                       0x4B
  373. #define CAP_K_KEY                       0x4B
  374. #define UPPER_CASE_K_KEY                0x4B
  375. #define SHIFT_K_KEY                     0x4B
  376.  
  377. #define CAPITAL_L_KEY                   0x4C
  378. #define BIG_L_KEY                       0x4C
  379. #define CAP_L_KEY                       0x4C
  380. #define UPPER_CASE_L_KEY                0x4C
  381. #define SHIFT_L_KEY                     0x4C
  382.  
  383. #define CAPITAL_M_KEY                   0x4D
  384. #define BIG_M_KEY                       0x4D
  385. #define CAP_M_KEY                       0x4D
  386. #define UPPER_CASE_M_KEY                0x4D
  387. #define SHIFT_M_KEY                     0x4D
  388.  
  389. #define CAPITAL_N_KEY                   0x4E
  390. #define BIG_N_KEY                       0x4E
  391. #define CAP_N_KEY                       0x4E
  392. #define UPPER_CASE_N_KEY                0x4E
  393. #define SHIFT_N_KEY                     0x4E
  394.  
  395. #define CAPITAL_O_KEY                   0x4F
  396. #define BIG_O_KEY                       0x4F
  397. #define CAP_O_KEY                       0x4F
  398. #define UPPER_CASE_O_KEY                0x4F
  399. #define SHIFT_O_KEY                     0x4F
  400.  
  401. #define CAPITAL_P_KEY                   0x50
  402. #define BIG_P_KEY                       0x50
  403. #define CAP_P_KEY                       0x50
  404. #define UPPER_CASE_P_KEY                0x50
  405. #define SHIFT_P_KEY                     0x50
  406.  
  407. #define CAPITAL_Q_KEY                   0x51
  408. #define BIG_Q_KEY                       0x51
  409. #define CAP_Q_KEY                       0x51
  410. #define UPPER_CASE_Q_KEY                0x51
  411. #define SHIFT_Q_KEY                     0x51
  412.  
  413. #define CAPITAL_R_KEY                   0x52
  414. #define BIG_R_KEY                       0x52
  415. #define CAP_R_KEY                       0x52
  416. #define UPPER_CASE_R_KEY                0x52
  417. #define SHIFT_R_KEY                     0x52
  418.  
  419. #define CAPITAL_S_KEY                   0x53
  420. #define BIG_S_KEY                       0x53
  421. #define CAP_S_KEY                       0x53
  422. #define UPPER_CASE_S_KEY                0x53
  423. #define SHIFT_S_KEY                     0x53
  424.  
  425. #define CAPITAL_T_KEY                   0x54
  426. #define BIG_T_KEY                       0x54
  427. #define CAP_T_KEY                       0x54
  428. #define UPPER_CASE_T_KEY                0x54
  429. #define SHIFT_T_KEY                     0x54
  430.  
  431. #define CAPITAL_U_KEY                   0x55
  432. #define BIG_U_KEY                       0x55
  433. #define CAP_U_KEY                       0x55
  434. #define UPPER_CASE_U_KEY                0x55
  435. #define SHIFT_U_KEY                     0x55
  436.  
  437. #define CAPITAL_V_KEY                   0x56
  438. #define BIG_V_KEY                       0x56
  439. #define CAP_V_KEY                       0x56
  440. #define UPPER_CASE_V_KEY                0x56
  441. #define SHIFT_V_KEY                     0x56
  442.  
  443. #define CAPITAL_W_KEY                   0x57
  444. #define BIG_W_KEY                       0x57
  445. #define CAP_W_KEY                       0x57
  446. #define UPPER_CASE_W_KEY                0x57
  447. #define SHIFT_W_KEY                     0x57
  448.  
  449. #define CAPITAL_X_KEY                   0x58
  450. #define BIG_X_KEY                       0x58
  451. #define CAP_X_KEY                       0x58
  452. #define UPPER_CASE_X_KEY                0x58
  453. #define SHIFT_X_KEY                     0x58
  454.  
  455. #define CAPITAL_Y_KEY                   0x59
  456. #define BIG_Y_KEY                       0x59
  457. #define CAP_Y_KEY                       0x59
  458. #define UPPER_CASE_Y_KEY                0x59
  459. #define SHIFT_Y_KEY                     0x59
  460.  
  461. #define CAPITAL_Z_KEY                   0x5A
  462. #define BIG_Z_KEY                       0x5A
  463. #define CAP_Z_KEY                       0x5A
  464. #define UPPER_CASE_Z_KEY                0x5A
  465. #define SHIFT_Z_KEY                     0x5A
  466.  
  467. #define START_BRACKET_KEY               0x5B
  468. #define OPEN_BRACKET_KEY                0x5B
  469. #define BEGIN_BRACKET_KEY               0x5B
  470. #define OPEN_SQUARE_BRACKET_KEY         0x5B
  471.  
  472. #define BACK_SLASH_KEY                  0x5C
  473. #define BACKSLASH_KEY                   0x5C
  474.  
  475. #define STOP_BRACKET_KEY                0x5D
  476. #define CLOSE_BRACKEY_KEY               0x5D
  477. #define END_BRACKEY_KEY                 0x5D
  478. #define CLOSE_SQUARE_BRACKEY_KEY        0x5D
  479.  
  480. #define UNDERBAR_KEY                    0x5F
  481. #define UNDERLINE_KEY                   0x5F
  482. #define UNDER_BAR_KEY                   0x5F
  483. #define UNDER_LINE_KEY                  0x5F
  484. #define SHIFT_HYPHEN_KEY                0x5F
  485. #define SHIFT_MINUS_KEY                 0x5F
  486. #define SHIFT_SUBTRACTION_KEY           0x5F
  487. #define SHIFT_NEGATIVE_KEY              0x5F
  488.  
  489. #define GRAVE_KEY                       0x60
  490. #define GRAVE_ACCENT_KEY                0x60
  491. #define BACK_QUOTE_KEY                  0x60
  492. #define BACK_SINGLE_QUOTE_KEY           0x60
  493. #define BACK_TICK_MARK_KEY              0x60
  494. #define BACK_TICK_KEY                   0x60
  495.  
  496. #define A_KEY                           0x61
  497. #define SMALL_A_KEY                     0x61
  498. #define LOWER_CASE_A_KEY                0x61
  499.  
  500. #define B_KEY                           0x62
  501. #define SMALL_B_KEY                     0x62
  502. #define LOWER_CASE_B_KEY                0x62
  503.  
  504. #define C_KEY                           0x63
  505. #define SMALL_C_KEY                     0x63
  506. #define LOWER_CASE_C_KEY                0x63
  507.  
  508. #define D_KEY                           0x64
  509. #define SMALL_D_KEY                     0x64
  510. #define LOWER_CASE_D_KEY                0x64
  511.  
  512. #define E_KEY                           0x65
  513. #define SMALL_E_KEY                     0x65
  514. #define LOWER_CASE_E_KEY                0x65
  515.  
  516. #define F_KEY                           0x66
  517. #define SMALL_F_KEY                     0x66
  518. #define LOWER_CASE_F_KEY                0x66
  519.  
  520. #define G_KEY                           0x67
  521. #define SMALL_G_KEY                     0x67
  522. #define LOWER_CASE_G_KEY                0x67
  523.  
  524. #define H_KEY                           0x68
  525. #define SMALL_H_KEY                     0x68
  526. #define LOWER_CASE_H_KEY                0x68
  527.  
  528. #define I_KEY                           0x69
  529. #define SMALL_I_KEY                     0x69
  530. #define LOWER_CASE_I_KEY                0x69
  531.  
  532. #define J_KEY                           0x6A
  533. #define SMALL_J_KEY                     0x6A
  534. #define LOWER_CASE_J_KEY                0x6A
  535.  
  536. #define K_KEY                           0x6B
  537. #define SMALL_K_KEY                     0x6B
  538. #define LOWER_CASE_K_KEY                0x6B
  539.  
  540. #define L_KEY                           0x6C
  541. #define SMALL_L_KEY                     0x6C
  542. #define LOWER_CASE_L_KEY                0x6C
  543.  
  544. #define M_KEY                           0x6D
  545. #define SMALL_M_KEY                     0x6D
  546. #define LOWER_CASE_M_KEY                0x6D
  547.  
  548. #define N_KEY                           0x6E
  549. #define SMALL_N_KEY                     0x6E
  550. #define LOWER_CASE_N_KEY                0x6E
  551.  
  552. #define O_KEY                           0x6F
  553. #define SMALL_O_KEY                     0x6F
  554. #define LOWER_CASE_O_KEY                0x6F
  555.  
  556. #define P_KEY                           0x70
  557. #define SMALL_P_KEY                     0x70
  558. #define LOWER_CASE_P_KEY                0x70
  559.  
  560. #define Q_KEY                           0x71
  561. #define SMALL_Q_KEY                     0x71
  562. #define LOWER_CASE_Q_KEY                0x71
  563.  
  564. #define R_KEY                           0x72
  565. #define SMALL_R_KEY                     0x72
  566. #define LOWER_CASE_R_KEY                0x72
  567.  
  568. #define S_KEY                           0x73
  569. #define SMALL_S_KEY                     0x73
  570. #define LOWER_CASE_S_KEY                0x73
  571.  
  572. #define T_KEY                           0x74
  573. #define SMALL_T_KEY                     0x74
  574. #define LOWER_CASE_T_KEY                0x74
  575.  
  576. #define U_KEY                           0x75
  577. #define SMALL_U_KEY                     0x75
  578. #define LOWER_CASE_U_KEY                0x75
  579.  
  580. #define V_KEY                           0x76
  581. #define SMALL_V_KEY                     0x76
  582. #define LOWER_CASE_V_KEY                0x76
  583.  
  584. #define W_KEY                           0x77
  585. #define SMALL_W_KEY                     0x77
  586. #define LOWER_CASE_W_KEY                0x77
  587.  
  588. #define X_KEY                           0x78
  589. #define SMALL_X_KEY                     0x78
  590. #define LOWER_CASE_X_KEY                0x78
  591.  
  592. #define Y_KEY                           0x79
  593. #define SMALL_Y_KEY                     0x79
  594. #define LOWER_CASE_Y_KEY                0x79
  595.  
  596. #define Z_KEY                           0x7A
  597. #define SMALL_Z_KEY                     0x7A
  598. #define LOWER_CASE_Z_KEY                0x7A
  599.  
  600. #define OPEN_CURLY_BRACE_KEY            0x7B
  601. #define START_CURLY_BRACE_KEY           0x7B
  602. #define OPEN_BRACE_KEY                  0x7B
  603. #define START_BRACE_KEY                 0x7B
  604. #define SHIFT_OPEN_BRACKET_KEY          0x7B
  605. #define SHIFT_START_BRACKET_KEY         0x7B
  606. #define BEGIN_CURLY_BRACE_KEY           0x7B
  607. #define BEGIN_BRACE_KEY                 0x7B
  608.  
  609. #define PIPE_SYMBOL_KEY                 0x7C
  610. #define VERTICAL_BAR_KEY                0x7C
  611. #define PIPE_KEY                        0x7C
  612. #define VT_BAR_KEY                      0x7C
  613. #define PIPE_SYM_KEY                    0x7C
  614.  
  615. #define CLOSE_CURLY_BRACE_KEY           0x7D
  616. #define END_CURLY_BRACE_KEY             0x7D
  617. #define CLOSE_BRACE_KEY                 0x7D
  618. #define END_BRACE_KEY                   0x7D
  619. #define SHIFT_CLOSE_BRACKET_KEY         0x7D
  620. #define SHIFT_STOP_BRACKET_KEY          0x7D
  621.  
  622. #define TILDE_KEY                       0x7E
  623. #define INFINITY_KEY                    0x7E
  624. #define SHIFT_ONE_KEY                   0x7E
  625. #define SHIFT_1_KEY                     0x7E
  626.  
  627. #define CTRL_BACK_SPACE_KEY             0x7F
  628. #define CTRL_BACKSPACE_KEY              0x7F
  629. #define CTRL_BKSP_KEY                   0x7F
  630. #define ALT_ESCAPE_KEY                  0x7F
  631. #define ALT_ESC_KEY                     0x7F
  632.  
  633. #define CTRL_2_KEY                      0x81
  634. #define CTRL_TWO_KEY                    0x81
  635.  
  636. #define ALT_BACK_SPACE_KEY              0x8C
  637. #define ALT_BACKSPACE_KEY               0x8C
  638. #define ALT_BKSP_KEY                    0x8C
  639.  
  640. #define BACKWARD_TAB_KEY                0x8D
  641. #define REVERSE_TAB_KEY                 0x8D
  642. #define BACK_TAB_KEY                    0x8D
  643. #define TAB_LEFT_KEY                    0x8D
  644. #define CURSOR_REVERSE_TAB_KEY          0x8D
  645. #define HORIZONTAL_BACK_TAB_KEY         0x8D
  646. #define HORIZONTAL_REVERSE_TAB_KEY      0x8D
  647. #define HORZ_BACK_TAB_KEY               0x8D
  648. #define HORZ_REVERSE_TAB_KEY            0x8D
  649. #define REV_TAB_KEY                     0x8D
  650. #define HORZ_REV_TAB_KEY                0x8D
  651. #define HORIZONTAL_REV_TAB_KEY          0x8D
  652.  
  653. #define ALT_Q_KEY                       0x8E
  654.  
  655. #define ALT_W_KEY                       0x8F
  656.  
  657. #define ALT_E_KEY                       0x90
  658.  
  659. #define ALT_R_KEY                       0x91
  660.  
  661. #define ALT_T_KEY                       0x92
  662.  
  663. #define ALT_Y_KEY                       0x93
  664.  
  665. #define ALT_U_KEY                       0x94
  666.  
  667. #define ALT_I_KEY                       0x95
  668.  
  669. #define ALT_O_KEY                       0x96
  670.  
  671. #define ALT_P_KEY                       0x97
  672.  
  673. #define ALT_OPEN_BRACKET_KEY            0x98
  674. #define ALT_START_BRACKET_KEY           0x98
  675.  
  676. #define ALT_CLOSE_BRACKET_KEY           0x99
  677. #define ALT_END_BRACKET_KEY             0x99
  678.  
  679. #define ALT_ENTER_KEY                   0x9A
  680. #define ALT_CARRIAGE_RETURN_KEY         0x9A
  681. #define ALT_CARRIAGE_RET_KEY            0x9A
  682. #define ALT_CR_KEY                      0x9A
  683. #define ALT_RETURN_KEY                  0x9A
  684. #define ALT_REY_KEY                     0x9A
  685.  
  686. #define ALT_A_KEY                       0x9C
  687.  
  688. #define ALT_S_KEY                       0x9D
  689.  
  690. #define ALT_D_KEY                       0x9E
  691.  
  692. #define ALT_F_KEY                       0x9F
  693.  
  694. #define ALT_G_KEY                       0xA0
  695.  
  696. #define ALT_H_KEY                       0xA1
  697.  
  698. #define ALT_J_KEY                       0xA2
  699.  
  700. #define ALT_K_KEY                       0xA3
  701.  
  702. #define ALT_L_KEY                       0xA4
  703.  
  704. #define ALT_SEMICOLON_KEY               0xA5
  705. #define ALT_SEMI_KEY                    0xA5
  706. #define ALT_SEMI_COLON_KEY              0xA5
  707.  
  708. #define ALT_SINGLE_QUOTE_KEY            0xA6
  709. #define ALT_TICK_MARK_KEY               0xA6
  710. #define ALT_TICK_KEY                    0xA6
  711. #define ALT_FORWARD_SINGLE_QUOTE_KEY    0xA6
  712.  
  713. #define ALT_BACK_TICK_KEY               0xA7
  714. #define ALT_GRAVE_KEY                   0xA7
  715. #define ALT_GRAVE_ACCENT_KEY            0xA7
  716. #define ALT_BACK_QUOTE_KEY              0xA7
  717. #define ALT_BACK_SINGLE_QUOTE_KEY       0xA7
  718.  
  719. #define ALT_BACK_SLASH_KEY              0xA9
  720. #define ALT_BACKSLASH_KEY               0xA9
  721. #define ALT_REVERSE_SLASH_KEY           0xA9
  722.  
  723. #define ALT_Z_KEY                       0xAA
  724.  
  725. #define ALT_X_KEY                       0xAB
  726.  
  727. #define ALT_C_KEY                       0xAC
  728.  
  729. #define ALT_V_KEY                       0xAD
  730.  
  731. #define ALT_B_KEY                       0xAE
  732.  
  733. #define ALT_N_KEY                       0xAF
  734.  
  735. #define ALT_M_KEY                       0xB0
  736.  
  737. #define ALT_COMMA_KEY                   0xB1
  738.  
  739. #define ALT_PERIOD_KEY                  0xB2
  740. #define ALT_DOT_KEY                     0xB2
  741. #define ALT_DECIMAL_POINT_KEY           0xB2
  742. #define ALT_DECIMAL_KEY                 0xB2
  743.  
  744. #define ALT_SLASH_KEY                   0xB3
  745. #define ALT_FORWARD_SLASH_KEY           0xB3
  746. #define ALT_DIVISION_KEY                0xB3
  747. #define ALT_RATIO_KEY                   0xB3
  748.  
  749. #define ALT_PAD_STAR_KEY                0xB5
  750. #define ALT_PAD_SPLAT_KEY               0xB5
  751. #define ALT_PAD_ASTERISKS_KEY           0xB5
  752.  
  753. #define F1_KEY                          0xB9
  754. #define FUNC_1_KEY                      0xB9
  755. #define FUNCTION_1_KEY                  0xB9
  756. #define FUNC_ONE_KEY                    0xB9
  757. #define FUNCTION_ONE_KEY                0xB9
  758.  
  759. #define F2_KEY                          0xBA
  760. #define FUNC_2_KEY                      0xBA
  761. #define FUNCTION_2_KEY                  0xBA
  762. #define FUNC_TWO_KEY                    0xBA
  763. #define FUNCTION_TWO_KEY                0xBA
  764.  
  765. #define F3_KEY                          0xBB
  766. #define FUNC_3_KEY                      0xBB
  767. #define FUNCTION_3_KEY                  0xBB
  768. #define FUNC_THREE_KEY                  0xBB
  769. #define FUNCTION_THREE_KEY              0xBB
  770.  
  771. #define F4_KEY                          0xBC
  772. #define FUNC_4_KEY                      0xBC
  773. #define FUNCTION_4_KEY                  0xBC
  774. #define FUNC_FOUR_KEY                   0xBC
  775. #define FUNCTION_FOUR_KEY               0xBC
  776.  
  777. #define F5_KEY                          0xBD
  778. #define FUNC_5_KEY                      0xBD
  779. #define FUNCTION_5_KEY                  0xBD
  780. #define FUNC_FIVE_KEY                   0xBD
  781. #define FUNCTION_FIVE_KEY               0xBD
  782.  
  783. #define F6_KEY                          0xBE
  784. #define FUNC_6_KEY                      0xBE
  785. #define FUNCTION_6_KEY                  0xBE
  786. #define FUNC_SIX_KEY                    0xBE
  787. #define FUNCTION_SIX_KEY                0xBE
  788.  
  789. #define F7_KEY                          0xBF
  790. #define FUNC_7_KEY                      0xBF
  791. #define FUNCTION_7_KEY                  0xBF
  792. #define FUNC_SEVEN_KEY                  0xBF
  793. #define FUNCTION_SEVEN_KEY              0xBF
  794.  
  795. #define F8_KEY                          0xC0
  796. #define FUNC_8_KEY                      0xC0
  797. #define FUNCTION_8_KEY                  0xC0
  798. #define FUNC_EIGHT_KEY                  0xC0
  799. #define FUNCTION_EIGHT_KEY              0xC0
  800.  
  801. #define F9_KEY                          0xC1
  802. #define FUNC_9_KEY                      0xC1
  803. #define FUNCTION_9_KEY                  0xC1
  804. #define FUNC_NINE_KEY                   0xC1
  805. #define FUNCTION_NINE_KEY               0xC1
  806.  
  807. #define F10_KEY                         0xC2
  808. #define FUNC_10_KEY                     0xC2
  809. #define FUNCTION_10_KEY                 0xC2
  810. #define FUNC_TEN_KEY                    0xC2
  811. #define FUNCTION_TEN_KEY                0xC2
  812.  
  813. #define HOME_KEY                        0xC5
  814. #define HM_KEY                          0xC5
  815.  
  816. #define UP_ARROW_KEY                    0xC6
  817. #define UP_KEY                          0xC6
  818. #define CURSOR_UP_KEY                   0xC6
  819.  
  820. #define PAGE_UP_KEY                     0xC7
  821. #define PG_UP_KEY                       0xC7
  822.  
  823. #define ALT_PAD_MINUS_KEY               0xC8
  824. #define ALT_PAD_NEGATIVE_KEY            0xC8
  825. #define ALT_PAD_SUBTRACTION_KEY         0xC8
  826. #define ALT_PAD_SUBTRACT_KEY            0xC8
  827. #define ALT_PAD_HYPHEN_KEY              0xC8
  828.  
  829. #define LEFT_ARROW_KEY                  0xC9
  830. #define LEFT_KEY                        0xC9
  831. #define CURSOR_LEFT_KEY                 0xC9
  832. #define LF_ARROW_KEY                    0xC9
  833. #define CURSOR_LF_KEY                   0xC9
  834.  
  835. #define PAD_BLANK_KEY                   0xCA
  836.  
  837. #define RIGHT_ARROW_KEY                 0xCB
  838. #define RIGHT_KEY                       0xCB
  839. #define CURSOR_RIGHT_KEY                0xCB
  840. #define RT_ARROW_KEY                    0xCB
  841. #define CURSOR_RT_KEY                   0xCB
  842. #define RT_KEY                          0xCB
  843.  
  844. #define ALT_PAD_PLUS_KEY                0xCC
  845. #define ALT_PAD_SUM_KEY                 0xCC
  846. #define ALT_PAD_ADDITION_KEY            0xCC
  847.  
  848. #define END_KEY                         0xCD
  849.  
  850. #define DOWN_ARROW_KEY                  0xCE
  851. #define DOWN_KEY                        0xCE
  852. #define CURSOR_DOWN_KEY                 0xCE
  853. #define DN_ARROW_KEY                    0xCE
  854. #define CURSOR_DN_KEY                   0xCE
  855.  
  856. #define PAGE_DOWN_KEY                   0xCF
  857. #define PG_DOWN_KEY                     0xCF
  858. #define PG_DN_KEY                       0xCF
  859. #define PAGE_DN_KEY                     0xCF
  860.  
  861. #define INSERT_KEY                      0xD0
  862. #define INSERT_AT_CURSOR_KEY            0xD0
  863. #define INSERT_MODE_KEY                 0xD0
  864. #define INS_KEY                         0xD0
  865. #define INS_MODE_KEY                    0xD0
  866. #define INS_AT_CURSOR_KEY               0xD0
  867.  
  868. #define DELETE_KEY                      0xD1
  869. #define DELETE_UNDER_CURSOR_KEY         0xD1
  870. #define DELETE_CURSOR_KEY               0xD1
  871. #define DELETE_AT_CURSOR_KEY            0xD1
  872. #define DEL_KEY                         0xD1
  873. #define DEL_UNDER_CURSOR_KEY            0xD1
  874. #define DEL_CURSOR_KEY                  0xD1
  875. #define DEL_AT_CURSOR_KEY               0xD1
  876.  
  877. #define SHIFT_F1_KEY                    0xD2
  878. #define SHIFT_FUNC_1_KEY                0xD2
  879. #define SHIFT_FUNCTION_1_KEY            0xD2
  880. #define SHIFT_FUNC_ONE_KEY              0xD2
  881. #define SHIFT_FUNCTION_ONE_KEY          0xD2
  882.  
  883. #define SHIFT_F2_KEY                    0xD3
  884. #define SHIFT_FUNC_2_KEY                0xD3
  885. #define SHIFT_FUNCTION_2_KEY            0xD3
  886. #define SHIFT_FUNC_TWO_KEY              0xD3
  887. #define SHIFT_FUNCTION_TWO_KEY          0xD3
  888.  
  889. #define SHIFT_F3_KEY                    0xD4
  890. #define SHIFT_FUNC_3_KEY                0xD4
  891. #define SHIFT_FUNCTION_3_KEY            0xD4
  892. #define SHIFT_FUNC_THREE_KEY            0xD4
  893. #define SHIFT_FUNCTION_THREE_KEY        0xD4
  894.  
  895. #define SHIFT_F4_KEY                    0xD5
  896. #define SHIFT_FUNC_4_KEY                0xD5
  897. #define SHIFT_FUNCTION_4_KEY            0xD5
  898. #define SHIFT_FUNC_FOUR_KEY             0xD5
  899. #define SHIFT_FUNCTION_FOUR_KEY         0xD5
  900.  
  901. #define SHIFT_F5_KEY                    0xD6
  902. #define SHIFT_FUNC_5_KEY                0xD6
  903. #define SHIFT_FUNCTION_5_KEY            0xD6
  904. #define SHIFT_FUNC_FIVE_KEY             0xD6
  905. #define SHIFT_FUNCTION_FIVE_KEY         0xD6
  906.  
  907. #define SHIFT_F6_KEY                    0xD7
  908. #define SHIFT_FUNC_6_KEY                0xD7
  909. #define SHIFT_FUNCTION_6_KEY            0xD7
  910. #define SHIFT_FUNC_SIX_KEY              0xD7
  911. #define SHIFT_FUNCTION_SIX_KEY          0xD7
  912.  
  913. #define SHIFT_F7_KEY                    0xD8
  914. #define SHIFT_FUNC_7_KEY                0xD8
  915. #define SHIFT_FUNCTION_7_KEY            0xD8
  916. #define SHIFT_FUNC_SEVEN_KEY            0xD8
  917. #define SHIFT_FUNCTION_SEVEN_KEY        0xD8
  918.  
  919. #define SHIFT_F8_KEY                    0xD9
  920. #define SHIFT_FUNC_8_KEY                0xD9
  921. #define SHIFT_FUNCTION_8_KEY            0xD9
  922. #define SHIFT_FUNC_EIGHT_KEY            0xD9
  923. #define SHIFT_FUNCTION_EIGHT_KEY        0xD9
  924.  
  925. #define SHIFT_F9_KEY                    0xDA
  926. #define SHIFT_FUNC_9_KEY                0xDA
  927. #define SHIFT_FUNCTION_9_KEY            0xDA
  928. #define SHIFT_FUNC_NINE_KEY             0xDA
  929. #define SHIFT_FUNCTION_NINE_KEY         0xDA
  930.  
  931. #define SHIFT_F10_KEY                   0xDB
  932. #define SHIFT_FUNC_10_KEY               0xDB
  933. #define SHIFT_FUNCTION_10_KEY           0xDB
  934. #define SHIFT_FUNC_TEN_KEY              0xDB
  935. #define SHIFT_FUNCTION_TEN_KEY          0xDB
  936.  
  937. #define CTRL_F1_KEY                     0xDC
  938. #define CTRL_FUNC_1_KEY                 0xDC
  939. #define CTRL_FUNCTION_1_KEY             0xDC
  940. #define CTRL_FUNC_ONE_KEY               0xDC
  941. #define CTRL_FUNCTION_ONE_KEY           0xDC
  942.  
  943. #define CTRL_F2_KEY                     0xDD
  944. #define CTRL_FUNC_2_KEY                 0xDD
  945. #define CTRL_FUNCTION_2_KEY             0xDD
  946. #define CTRL_FUNC_TWO_KEY               0xDD
  947. #define CTRL_FUNCTION_TWO_KEY           0xDD
  948.  
  949. #define CTRL_F3_KEY                     0xDE
  950. #define CTRL_FUNC_3_KEY                 0xDE
  951. #define CTRL_FUNCTION_3_KEY             0xDE
  952. #define CTRL_FUNC_THREE_KEY             0xDE
  953. #define CTRL_FUNCTION_THREE_KEY         0xDE
  954.  
  955. #define CTRL_F4_KEY                     0xDF
  956. #define CTRL_FUNC_4_KEY                 0xDF
  957. #define CTRL_FUNCTION_4_KEY             0xDF
  958. #define CTRL_FUNC_FOUR_KEY              0xDF
  959. #define CTRL_FUNCTION_FOUR_KEY          0xDF
  960.  
  961. #define CTRL_F5_KEY                     0xE0
  962. #define CTRL_FUNC_5_KEY                 0xE0
  963. #define CTRL_FUNCTION_5_KEY             0xE0
  964. #define CTRL_FUNC_FIVE_KEY              0xE0
  965. #define CTRL_FUNCTION_FIVE_KEY          0xE0
  966.  
  967. #define CTRL_F6_KEY                     0xE1
  968. #define CTRL_FUNC_6_KEY                 0xE1
  969. #define CTRL_FUNCTION_6_KEY             0xE1
  970. #define CTRL_FUNC_SIX_KEY               0xE1
  971. #define CTRL_FUNCTION_6_KEY             0xE1
  972.  
  973. #define CTRL_F7_KEY                     0xE2
  974. #define CTRL_FUNC_7_KEY                 0xE2
  975. #define CTRL_FUNCTION_7_KEY             0xE2
  976. #define CTRL_FUNC_SEVEN_KEY             0xE2
  977. #define CTRL_FUNCTION_SEVEN_KEY         0xE2
  978.  
  979. #define CTRL_F8_KEY                     0xE3
  980. #define CTRL_FUNC_8_KEY                 0xE3
  981. #define CTRL_FUNCTION_8_KEY             0xE3
  982. #define CTRL_FUNC_EIGHT_KEY             0xE3
  983. #define CTRL_FUNCTION_EIGHT_KEY         0xE3
  984.  
  985. #define CTRL_F9_KEY                     0xE4
  986. #define CTRL_FUNC_9_KEY                 0xE4
  987. #define CTRL_FUNCTION_NINE_KEY          0xE4
  988. #define CTRL_FUNC_NINE_KEY              0xE4
  989. #define CTRL_FUNCTION_NINE_KEY          0xE4
  990.  
  991. #define CTRL_F10_KEY                    0xE5
  992. #define CTRL_FUNC_10_KEY                0xE5
  993. #define CTRL_FUNCTION_10_KEY            0xE5
  994. #define CTRL_FUNC_TEN_KEYJ              0xE5
  995. #define CTRL_FUNCTION_TEN_KEY           0xE5
  996.  
  997. #define ALT_F1_KEY                      0xE6
  998. #define ALT_FUNC_1_KEY                  0xE6
  999. #define ALT_FUNCTION_1_KEY              0xE6
  1000. #define ALT_FUNC_ONE_KEY                0xE6
  1001. #define ALT_FUNCTION_ONE_KEY            0xE6
  1002.  
  1003. #define ALT_F2_KEY                      0xE7
  1004. #define ALT_FUNC_2_KEY                  0xE7
  1005. #define ALT_FUNCTION_2_KEY              0xE7
  1006. #define ALT_FUNC_TWO_KEY                0xE7
  1007. #define ALT_FUNCTION_TWO_KEY            0xE7
  1008.  
  1009. #define ALT_F3_KEY                      0xE8
  1010. #define ALT_FUNC_3_KEY                  0xE8
  1011. #define ALT_FUNCTION_3_KEY              0xE8
  1012. #define ALT_FUNC_THREE_KEY              0xE8
  1013. #define ALT_FUNCTION_THREE_KEY          0xE8
  1014.  
  1015. #define ALT_F4_KEY                      0xE9
  1016. #define ALT_FUNC_4_KEY                  0xE9
  1017. #define ALT_FUNCTION_4_KEY              0xE9
  1018. #define ALT_FUNC_FOUR_KEY               0xE9
  1019. #define ALT_FUNCTION_FOUR_KEY           0xE9
  1020.  
  1021. #define ALT_F5_KEY                      0xEA
  1022. #define ALT_FUNC_5_KEY                  0xEA
  1023. #define ALT_FUNCTION_5_KEY              0xEA
  1024. #define ALT_FUNC_FIVE_KEY               0xEA
  1025. #define ALT_FUNCTION_FIVE_KEY           0xEA
  1026.  
  1027. #define ALT_F6_KEY                      0xEB
  1028. #define ALT_FUNC_6_KEY                  0xEB
  1029. #define ALT_FUNCTION_6_KEY              0xEB
  1030. #define ALT_FUNC_SIX_KEY                0xEB
  1031. #define ALT_FUNCTION_SIX_KEY            0xEB
  1032.  
  1033. #define ALT_F7_KEY                      0xEC
  1034. #define ALT_FUNC_7_KEY                  0xEC
  1035. #define ALT_FUNCTION_7_KEY              0xEC
  1036. #define ALT_FUNC_SEVEN_KEY              0xEC
  1037. #define ALT_FUNCTION_SEVEN_KEY          0xEC
  1038.  
  1039. #define ALT_F8_KEY                      0xED
  1040. #define ALT_FUNC_8_KEY                  0xED
  1041. #define ALT_FUNCTION_8_KEY              0xED
  1042. #define ALT_FUNC_EIGHT_KEY              0xED
  1043. #define ALT_FUNCTION_EIGHT_KEY          0xED
  1044.  
  1045. #define ALT_F9_KEY                      0xEE
  1046. #define ALT_FUNC_9_KEY                  0xEE
  1047. #define ALT_FUNCTION_9_KEY              0xEE
  1048. #define ALT_FUNC_NINE_KEY               0xEE
  1049. #define ALT_FUNCTION_NINE_KEY           0xEE
  1050.  
  1051. #define ALT_F10_KEY                     0xEF
  1052. #define ALT_FUNC_10_KEY                 0xEF
  1053. #define ALT_FUNCTION_10_KEY             0xEF
  1054. #define ALT_FUNC_TEN_KEY                0xEF
  1055. #define ALT_FUNCTION_TEN_KEY            0xEF
  1056.  
  1057. #define CTRL_LEFT_ARROW_KEY             0xF1
  1058. #define CTRL_LEFT_KEY                   0xF1
  1059. #define CTRL_CURSOR_LEFT_KEY            0xF1
  1060. #define CTRL_LF_ARROW_KEY               0xF1
  1061. #define CTRL_CURSOR_LF_KEY              0xF1
  1062.  
  1063. #define CTRL_RIGHT_ARROW_KEY            0xF2
  1064. #define CTRL_RIGHT_KEY                  0xF2
  1065. #define CTRL_CURSOR_RIGHT_KEY           0xF2
  1066. #define CTRL_RT_ARROW_KEY               0xF2
  1067. #define CTRL_CURSOR_RT_KEY              0xF2
  1068. #define CTRL_RT_KEY                     0xF2
  1069.  
  1070. #define CTRL_END_KEY                    0xF3
  1071.  
  1072. #define CTRL_PAGE_DOWN_KEY              0xF4
  1073. #define CTRL_PG_DOWN_KEY                0xF4
  1074. #define CTRL_PG_DN_KEY                  0xF4
  1075. #define CTRL_PG_DOWN_KEY                0xF4
  1076. #define CTRL_PAGE_DN_KEY                0xF4
  1077.  
  1078. #define CTRL_HOME_KEY                   0xF5
  1079. #define CTRL_HM_KEY                     0xF5
  1080.  
  1081. #define ALT_ONE_KEY                     0xF6
  1082. #define ALT_1_KEY                       0xF6
  1083.  
  1084. #define ALT_TWO_KEY                     0xF7
  1085. #define ALT_2_KEY                       0xF7
  1086.  
  1087. #define ALT_THREE_KEY                   0xF8
  1088. #define ALT_3_KEY                       0xF8
  1089.  
  1090. #define ALT_FOUR_KEY                    0xF9
  1091. #define ALT_4_KEY                       0xF9
  1092.  
  1093. #define ALT_FIVE_KEY                    0xFA
  1094. #define ALT_5_KEY                       0xFA
  1095.  
  1096. #define ALT_SIX_KEY                     0xFB
  1097. #define ALT_6_KEY                       0xFB
  1098.  
  1099. #define ALT_SEVEN_KEY                   0xFC
  1100. #define ALT_7_KEY                       0xFC
  1101.  
  1102. #define ALT_EIGHT_KEY                   0xFD
  1103. #define ALT_8_KEY                       0xFD
  1104.  
  1105. #define ALT_NINE_KEY                    0xFE
  1106. #define ALT_9_KEY                       0xFE
  1107.  
  1108. #define ALT_ZERO_KEY                    0xFF
  1109. #define ALT_0_KEY                       0xFF
  1110.  
  1111. #define ALT_HYPHEN_KEY                  0x100
  1112. #define ALT_MINUS_KEY                   0x100
  1113. #define ALT_SUBTRACTION_KEY             0x100
  1114.  
  1115. #define ALT_EQUALS_KEY                  0x101
  1116. #define ALT_EQUATE_KEY                  0x101
  1117.  
  1118. #define CTRL_PAGE_UP_KEY                0x102
  1119. #define CTRL_PG_UP_KEY                  0x102
  1120.  
  1121. #define F11_KEY                         0x103
  1122. #define FUNC_11_KEY                     0x103
  1123. #define FUNCTION_11_KEY                 0x103
  1124. #define FUNC_ELEVEN_KEY                 0x103
  1125. #define FUNCTION_ELEVEN_KEY             0x103
  1126.  
  1127. #define F12_KEY                         0x104
  1128. #define FUNC_12_KEY                     0x104
  1129. #define FUNCTION_12_KEY                 0x104
  1130. #define FUNC_TWELVE_KEY                 0x104
  1131. #define FUNCTION_TWELVE_KEY             0x104
  1132.  
  1133. #define SHIFT_F11_KEY                   0x105
  1134. #define SHIFT_FUNC_11_KEY               0x105
  1135. #define SHIFT_FUNCTION_11_KEY           0x105
  1136. #define SHIFT_FUNC_ELEVEN_KEY           0x105
  1137. #define SHIFT_FUNCTION_ELEVEN_KEY       0x105
  1138.  
  1139. #define SHIFT_F12_KEY                   0x106
  1140. #define SHIFT_FUNC_12_KEY               0x106
  1141. #define SHIFT_FUNCTION_12_KEY           0x106
  1142. #define SHIFT_FUNC_TWELVE_KEY           0x106
  1143. #define SHIFT_FUNCTION_TWELVE_KEY       0x106
  1144.  
  1145. #define CTRL_F11_KEY                    0x107
  1146. #define CTRL_FUNC_11_KEY                0x107
  1147. #define CTRL_FUNCTION_11_KEY            0x107
  1148. #define CTRL_FUNC_ELEVEN_KEY            0x107
  1149. #define CTRL_FUNCTION_ELEVEN_KEY        0x107
  1150.  
  1151. #define CTRL_F12_KEY                    0x108
  1152. #define CTRL_FUNC_12_KEY                0x108
  1153. #define CTRL_FUNCTION_12_KEY            0x108
  1154. #define CTRL_FUNC_TWELVE_KEY            0x108
  1155. #define CTRL_FUNCTION_TWELVE_KEY        0x108
  1156.  
  1157. #define ALT_F11_KEY                     0x109
  1158. #define ALT_FUNC_11_KEY                 0x109
  1159. #define ALT_FUNCTION_11_KEY             0x109
  1160. #define ALT_FUNC_ELEVEN_KEY             0x109
  1161. #define ALT_FUNCTION_ELEVEN_KEY         0x109
  1162.  
  1163. #define ALT_F12_KEY                     0x10A
  1164. #define ALT_FUNC_12_KEY                 0x10A
  1165. #define ALT_FUNCTION_12_KEY             0x10A
  1166. #define ALT_FUNC_TWELVE_KEY             0x10A
  1167. #define ALT_FUNCTION_TWELVE_KEY         0x10A
  1168.  
  1169. #define CTRL_UP_ARROW_KEY               0x10B
  1170. #define CTRL_UP_KEY                     0x10B
  1171. #define CTRL_CURSOR_UP_KEY              0x10B
  1172.  
  1173. #define CTRL_PAD_MINUS_KEY              0x10C
  1174. #define CTRL_PAD_NEGATIVE_KEY           0x10C
  1175. #define CTRL_PAD_SUBTRACTION_KEY        0x10C
  1176. #define CTRL_PAD_SUBTRACT_KEY           0x10C
  1177. #define CTRL_PAD_HYPHEN_KEY             0x10C
  1178.  
  1179. #define CTRL_PAD_PLUS_KEY               0x10E
  1180. #define CTRL_PAD_SUM_KEY                0x10E
  1181. #define CTRL_PAD_ADDITION_KEY           0x10E
  1182.  
  1183. #define CTRL_DOWN_ARROW_KEY             0x10F
  1184. #define CTRL_DOWN_KEY                   0x10F
  1185. #define CTRL_CURSOR_DOWN_KEY            0x10F
  1186. #define CTRL_DN_ARROW_KEY               0x10F
  1187. #define CTRL_CURSOR_DN_KEY              0x10F
  1188. #define CTRL_DN_KEY                     0x10F
  1189.  
  1190. #define CTRL_INSERT_KEY                 0x110
  1191. #define CTRL_INSERT_AT_CURSOR_KEY       0x110
  1192. #define CTRL_INSERT_MODE_KEY            0x110
  1193. #define CTRL_INS_KEY                    0x110
  1194. #define CTRL_INS_AT_CURSOR_KEY          0x110
  1195. #define CTRL_INS_MODE_KEY               0x110
  1196.  
  1197. #define CTRL_DELETE_KEY                 0x111
  1198. #define CTRL_DELETE_UNDER_CURSOR_KEY    0x111
  1199. #define CTRL_DELETE_CURSOR_KEY          0x111
  1200. #define CTRL_DELETE_AT_CURSOR_KEY       0x111
  1201. #define CTRL_DEL_KEY                    0x111
  1202. #define CTRL_DEL_UNDER_CURSOR_KEY       0x111
  1203. #define CTRL_DEL_CURSOR_KEY             0x111
  1204. #define CTRL_DEL_AT_CURSOR_KEY          0x111
  1205.  
  1206. #define CTRL_TAB_KEY                    0x112
  1207. #define CTRL_HORIZONTAL_TAB_KEY         0x112
  1208. #define CTRL_HORZ_TAB_KEY               0x112
  1209. #define CTRL_FORWARD_TAB_KEY            0x112
  1210.  
  1211. #define CTRL_PAD_SLASH_KEY              0x113
  1212. #define CTRL_PAD_DIVIDE_KEY             0x113
  1213. #define CTRL_PAD_FORWARD_SLASH_KEY      0x113
  1214. #define CTRL_PAD_RATIO_KEY              0x113
  1215.  
  1216. #define CTRL_PAD_STAR_KEY               0x114
  1217. #define CTRL_PAD_SPLAT_KEY              0x114
  1218. #define CTRL_PAD_ASTERISKS_KEY          0x114
  1219.  
  1220. #define ALT_HOME_KEY                    0x115
  1221. #define ALT_HM_KEY                      0x115
  1222.  
  1223. #define ALT_UP_ARROW_KEY                0x116
  1224. #define ALT_UP_KEY                      0x116
  1225. #define ALT_CURSOR_UP_KEY               0x116
  1226.  
  1227. #define ALT_PAGE_UP_KEY                 0x117
  1228. #define ALT_PG_UP_KEY                   0x117
  1229.  
  1230. #define ALT_LEFT_ARROW_KEY              0x119
  1231. #define ALT_LEFT_KEY                    0x119
  1232. #define ALT_CURSOR_LEFT_KEY             0x119
  1233. #define ALT_LF_ARROW_KEY                0x119
  1234. #define ALT_CURSOR_LF_KEY               0x119
  1235.  
  1236. #define ALT_RIGHT_ARROW_KEY             0x11B
  1237. #define ALT_RIGHT_KEY                   0x11B
  1238. #define ALT_CURSOR_RIGHT_KEY            0x11B
  1239. #define ALT_RT_ARROW_KEY                0x11B
  1240. #define ALT_CURSOR_RT_KEY               0x11B
  1241. #define ALT_RT_KEY                      0x11B
  1242.  
  1243. #define ALT_END_KEY                     0x11D
  1244.  
  1245. #define ALT_DOWN_ARROW_KEY              0x11E
  1246. #define ALT_DOWN_KEY                    0x11E
  1247. #define ALT_CURSOR_KEY                  0x11E
  1248. #define ALT_DN_ARROW_KEY                0x11E
  1249. #define ALT_DN_KEY                      0x11E
  1250. #define ALT_CURSOR_DN_KEY               0x11E
  1251.  
  1252. #define ALT_PAGE_DOWN_KEY               0x11F
  1253. #define ALT_PG_DOWN_KEY                 0x11F
  1254. #define ALT_PG_DN_KEY                   0x11F
  1255. #define ALT_PAGE_DN_KEY                 0x11F
  1256.  
  1257. #define ALT_INSERT_KEY                  0x120
  1258. #define ALT_INS_KEY                     0x120
  1259. #define ALT_INSERT_AT_CURSOR_KEY        0x120
  1260. #define ALT_INSERT_MODE_KEY             0x120
  1261. #define ALT_INS_MODE_KEY                0x120
  1262. #define ALT_INS_AT_CURSOR_KEY           0x120
  1263.  
  1264. #define ALT_DELETE_KEY                  0x121
  1265. #define ALT_DELETE_UNDER_CURSOR_KEY     0x121
  1266. #define ALT_DELETE_CURSOR_KEY           0x121
  1267. #define ALT_DELETE_AT_CURSOR_KEY        0x121
  1268. #define ALT_DEL_KEY                     0x121
  1269. #define ALT_DEL_UNDER_CURSOR_KEY        0x121
  1270. #define ALT_DEL_CURSOR_KEY              0x121
  1271. #define ALT_DEL_AT_CURSOR_KEY           0x121
  1272.  
  1273. #define ALT_PAD_SLASH_KEY               0x122
  1274. #define ALT_PAD_DIVIDE_KEY              0x122
  1275. #define ALT_PAD_FORWARD_SLASH_KEY       0x122
  1276. #define ALT_PAD_RATIO_KEY               0x122
  1277.  
  1278. #define ALT_TAB_KEY                     0x123
  1279. #define ALT_FORWARD_TAB_KEY             0x123
  1280. #define ALT_HORIZONTAL_TAB_KEY          0x123
  1281. #define ALT_CURSOR_TAB_KEY              0x123
  1282. #define ALT_NEXT_TAB_KEY                0x123
  1283.  
  1284. #define ALT_PAD_ENTER_KEY               0x124
  1285.  
  1286.